/**THIS IS WHERE YOU WILL PUT YOUR CUSTOM CSS**/

html,
body {
  overflow-x: hidden;
}

p {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-size: 21px;
}

li {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-size: 21px;
}

h1,
h2,
h3,
h4,
h5 {
  /* font-family: 'Roboto Condensed', sans-serif; */
}

h1 {
  font-size: 4rem;
  line-height: 80px;
  letter-spacing: 4px;
}

h2 {
  text-align: center;
  font-size: 46px !important;
  font-weight: 300;
}

.text-center {
  text-align: center;
}


/**SLICK **/

* {
  box-sizing: border-box;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}


/**background-colors**/

.bg-blue {
  background-color: #009ada;
  color: #fff;
}

.bg-violet {
  background-color: #a944a0;
  color: #fff;
}

.bg-white {
  background-color: #fff;
  color: #000;
}


/**GLOBAL CLASSES for PADDING SECTIONS**/

.grid-container {
  padding: 0px 20px;
}

.hilight {
  padding: 5em 0px;
  position: relative;
}


/**PAGES**/

section {
  width: 100%;
}


/*Header*/

.header {
  background-color: white;
  padding: 15px;
  border-bottom: 1px solid #d5d5d5;
  z-index: 10;
  position: fixed;
}


/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.nav{
  display: none !important;
}


/*KV*/

/* .kv {
  background-image: url('https://www.fujixerox.com.sg/-/media/FXS/Campaigns/Innovation%20Remix/2020/C/data-lines.svg');
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-left: 30px !important;
  background-size: 100% 100%;
  background-position: top;
} */

.kv-title {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-size: 70px;
  letter-spacing: 2px;
  font-weight: 300 !important;
}

div.kv-title {
  margin-top: 80px;
}

.kv-image {
  position: relative;
  right: -250px;
  width: 800px;
  float: right;
  margin-bottom: 20px;
  z-index: 1;
}


/**BANNER SECTION**/

.banner {
  background: url('http://img.en25.com/EloquaImages/clients/FujiXeroxSingaporePteLtd/%7B208d34ba-1f6b-46b8-912b-34924d257ce0%7D_Fujifilm_The_Great_Migration_KV.jpg') right 20px no-repeat;
  background-size: cover;
}

.kv-title {
    visibility: hidden;
}

/* .banner::before {
  content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(to right,rgba(0,0,0,0.8),rgba(0,0,0,0.3),rgba(0,0,0,0));
      opacity: .6; 
} */



/*Floating Objects*/

.floating-element {
  position: absolute;
  border: 0px solid red;
  transition: all 0.1s;
  display: none !important;
}

.bulb {
  width: 120px;
  top: 150px;
  right: 280px;
  transform: rotate(20deg);
  z-index: 2;
}

.object1 {
  width: 40px;
  position: absolute;
  top: 60px;
  left: 20px;
  transform: rotate(-20deg);
}

.object2 {
  width: 60px;
  position: absolute;
  bottom: 200px;
  left: 520px;
  transform: rotate(-20deg);
}

.object3 {
  width: 40px;
  bottom: 60px;
  left: 400px;
  transform: rotate(-20deg);
}

.object4 {
  position: absolute;
  top: 350px;
  right: 280px;
  transform: rotate(-20deg);
  z-index: 5;
}

.object5 {
  position: absolute;
  bottom: 30px;
  right: -100px;
  opacity: 50%;
}

.object6 {
  bottom: -200px;
  left: -200px;
  z-index: 2;
}

.object7 {
  width: 120px;
  position: absolute;
  top: -280px;
  right: 300px;
  z-index: 2;
}

.object8 {
  width: 80px;
  position: absolute;
  top: 200px;
  left: 100px;
  transform: rotate(20deg);
}

.object9 {
  width: 80px;
  position: absolute;
  top: 300px;
  right: 150px;
  transform: rotate(20deg);
}

.object10 {
  width: 200px;
  position: absolute;
  bottom: 10px;
  right: 100px;
  transform: rotate(20deg);
}

.object11 {
  width: 600px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -2;
}

.object12 {
  width: 60px;
  position: absolute;
  top: 100px;
  left: 150px;
  transform: rotate(60deg);
}


/*Body*/

body {}


/*Footer*/


/*Nav*/

.menu a {
  color: #000;
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-weight: bold;
  font-size: 17px;
}


/*Buttons*/

.button {
  background-color: #01916d;
  font-color: #fff;
}

.button:focus {
  background-color: #01916d;
  font-color: #fff;
}

.button:hover {
  background-color: #007a5c;
}


/*Content alignment*/

.v-align {
  display: flex;
  align-items: center;
}

.row-reverse {
  flex-direction: row-reverse;
}


/*Speakers*/

.speakers {
  /* background-image: url('https://www.fujixerox.com.sg/-/media/FXS/Campaigns/Innovation%20Remix/2020/C/data-lines-gray2.svg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0px 0px 50px 0px;
  font-size: 30px;
  z-index: 2;
}

.speaker-image {
  /* background-image: url('http://img.en25.com/EloquaImages/clients/FujiXeroxSingaporePteLtd/%7B1e45028b-9d92-44ab-a162-6d5f85cde05e%7D_Asset13.png'); */
  background-repeat: no-repeat;
  background-position: bottom left;
}


/*Leaders*/

.leaders {
  /* background-image: url('https://www.fujixerox.com.sg/-/media/FXS/Campaigns/Innovation%20Remix/2020/C/data-lines-purple.svg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

div.who-should-attend {
  text-align: center;
  padding-top: 30px;
}


/*Agenda*/

.agenda {
  /* background-image: url('https://www.fujixerox.com.sg/-/media/FXS/Campaigns/Innovation%20Remix/2020/C/data-lines-blue.svg'); */
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  padding: 120px 0px 50px 0px;
}

.agenda h2 {
  text-align: center;
  padding-bottom: 50px;
}

.agenda .title {
  font-size: 23px;
  line-height: 25px;
  color: rgb(32, 130, 140);
  font-weight: bold;
  font-family: 'Clarimo UD PE DemiBold';
}

.agenda .a-details {
  margin-top: 21px;
}

.agenda p {
  line-height: 25px;
}

.has-tip {
  font-weight: normal !important;
}


/*PAST EVENTS*/

.past-event {
  background-color: #F0F0F0;
  padding: 70px 40px 70px 40px;
  /* background-image: url('https://www.fujixerox.com.sg/-/media/FXS/Campaigns/Innovation%20Remix/2020/C/data-lines-gray2.svg'); */
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.past-event h2 {
  text-align: center;
}

.event-images {
  margin-top: 20px;
  padding: 10px;
}

.object1 {
  width: 40px;
  position: absolute;
  top: 60px;
  left: 20px;
  transform: rotate(-20deg);
}


/*ABOUT*/

.about {
  /* background-image: url('https://www.fujixerox.com.sg/-/media/FXS/Campaigns/Innovation%20Remix/2020/data-lines-gray3.svg'); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #FAFAFA;
  padding: 50px;
}

.about h2 {
  text-align: left;
}

.about .large-6{
  padding: 30px;
}


/*SOCIAL*/

.social {
  padding-top: 50px;
  background-color: #F0F0F0;
}

.reviews {
  text-align: center;
}

.review-image {
  background-size: cover;
  position: relative;
  width: 70%;
  min-height: 350px;
  z-index: 1;
  top: -50px;
  left: 0px;
  display: block;
}

.review-text {
  position: absolute;
  z-index: 2;
  width: 70%;
  min-height: 150px;
  bottom: -50px;
  right: 0px;
  color: #fff;
  text-align: center;
  padding: 6em 2em;
}

.bgpurple {
  background-color: rgba(153, 58, 137, .8);
}

.bgblue {
  background-color: rgba(0, 154, 218, .8);
}

.bgyellow {
  background-color: rgba(250, 174, 23, .8);
}

.reviews h2 {
  text-align: center;
  font-size: 20px;
}


/**MEDIA QUERIES ON SMALL SCREENS**/

@media screen and (max-width: 1024px) {
  .floating-element {
    z-index: -1;
  }
  .object2 {
    display: none;
  }
  h1,
  p,
  span,
  strong {
    position: relative;
    z-index: 3;
  }

  .header {
  position: absolute;
}

  .nav{
  display: inline !important;
}
.tooltiptext{
  display: none;
}

}

@media screen and (max-width: 850px) {
  .banner .grid-container {
    background: url('http://img.en25.com/EloquaImages/clients/FujiXeroxSingaporePteLtd/%7B1b21e658-1841-42ca-b66a-5a35dabc7d94%7D_Fujifilm_The_Great_Migration_KV_mobile.jpg') center center no-repeat;
    background-size: cover;
    padding-bottom: 50px;
  }

  .kv-title {
      visibility: visible;
  }

  .banner .grid-container::before {
    content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to right,rgba(0,0,0,0.6),rgba(0,0,0,0.3),rgba(0,0,0,0));
  }

  .grid-container{
   padding: 35px; 
  }
   .header .grid-container{
    padding: 15px !important;
  }

  .about .large-6{
  padding: 0px;
}
  .social{
    padding-top:0px ; 
  }
  .speakers{
    padding: 0px 0px 50px 0px;
  }

  .floating-element {
    display: none;
  }
  .review-image {
    background-size: cover;
    width: 100%;
    min-height: 300px;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: block;
  }
  .review-text {
    z-index: 2;
    width: 100%;
    min-height: 300px;
    top: 0px;
    right: 0px;
    color: #fff;
    text-align: center;
  }
  .img-speaker {
    width: 50% !important;
    margin: auto;
    margin-bottom: 0px;
    position: bottom;
  }
  h4{
    padding-top: 20px;
  }
  h2 {
    font-size: 30px !important
  }
  .about {
    padding: 0px !important;
  }
  .hilight {
    padding: 0em 0px;
    position: relative;
  }
  p {
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-size: 17px;
  }
  li {
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-size: 17px;
  }
  h1 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
  }
   .agenda .title {
    font-size: 18px;
  }
  .speaker-content p{
    line-height: 23px;
  }
  .tooltiptext{
  display: none;
}

  

}



@media screen and (max-width: 550px) {
.tooltiptext{
  display: none;
}
.agenda .a-details {
  margin-top: 5px;
}
.slick-dots li {
    margin: 0 2px;
}

.speakers .grid-container{
  padding-top: 0px;
}

}


/*TOOLTIP*/

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 0px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip2 {
  position: relative;
  display: inline-block;
}

.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: #212121;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 16px;
  padding: 15px;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip2 .tooltiptext p {
  font-size: 16px;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
}